home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Utilities
/
Dial CDEF ƒ
/
cdef.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-09-05
|
227 b
|
13 lines
|
[
TEXT/KAHL
]
/*
* header for cdev.c
*/
long MyControl(int varCode, ControlHandle theControl, int message, long param);
typedef enum {
CInNothing = 0,CInTitle,CInNumBox,CInDial = 129
} CPartNumber;
#define kMinWid 75
#define kMinHt 75